home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / enscript.4 / enscript / enscript-1.4.0 / afm / Makefile.in < prev    next >
Encoding:
Makefile  |  1996-06-30  |  5.4 KB  |  196 lines

  1. # Makefile.in generated automatically by automake 1.0 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7. #
  8.  
  9. # Top level Makefile for enscript.
  10.  
  11. # Copyright (c) 1995 Markku Rossi
  12.  
  13. #
  14.  
  15. # Author: Markku Rossi <mtr@iki.fi>
  16.  
  17. #
  18.  
  19. #
  20. # This file is part of GNU enscript.
  21. # This program is free software; you can redistribute it and/or modify
  22. # it under the terms of the GNU General Public License as published by
  23. # the Free Software Foundation; either version 2, or (at your option)
  24. # any later version.
  25. #
  26. # This program is distributed in the hope that it will be useful,
  27. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  28. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  29. # GNU General Public License for more details.
  30. #
  31. # You should have received a copy of the GNU General Public License
  32. # along with this program; see the file COPYING.  If not, write to
  33. # the Free Software Foundation, 59 Temple Place - Suite 330,
  34. # Boston, MA 02111-1307, USA.
  35. #
  36.  
  37.  
  38. SHELL = /bin/sh
  39.  
  40. srcdir = @srcdir@
  41. top_srcdir = @top_srcdir@
  42. VPATH = @srcdir@
  43. prefix = @prefix@
  44. exec_prefix = @exec_prefix@
  45.  
  46. bindir = @bindir@
  47. sbindir = @sbindir@
  48. libexecdir = @libexecdir@
  49. datadir = @datadir@
  50. sysconfdir = @sysconfdir@
  51. sharedstatedir = @sharedstatedir@
  52. localstatedir = @localstatedir@
  53. libdir = @libdir@
  54. infodir = @infodir@
  55. mandir = @mandir@
  56. includedir = @includedir@
  57. oldincludedir = /usr/include
  58.  
  59. pkgdatadir = $(datadir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkgincludedir = $(includedir)/@PACKAGE@
  62.  
  63. top_builddir = ..
  64.  
  65. INSTALL = @INSTALL@
  66. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  67. INSTALL_DATA = @INSTALL_DATA@
  68. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  69. transform = @program_transform_name@
  70.  
  71. pkgdata_DATA = font.map AvantGarde-Book.afm AvantGarde-BookOblique.afm \
  72. AvantGarde-Demi.afm AvantGarde-DemiOblique.afm Bookman-Demi.afm \
  73. Bookman-DemiItalic.afm Bookman-Light.afm Bookman-LightItalic.afm \
  74. Courier-Bold.afm Courier-BoldOblique.afm Courier-Oblique.afm \
  75. Courier.afm Helvetica-Bold.afm Helvetica-BoldOblique.afm \
  76. Helvetica-Narrow-Bold.afm Helvetica-Narrow-BoldOblique.afm \
  77. Helvetica-Narrow-Oblique.afm Helvetica-Narrow.afm \
  78. Helvetica-Oblique.afm Helvetica.afm \
  79. NewCenturySchlbk-Bold.afm NewCenturySchlbk-BoldItalic.afm \
  80. NewCenturySchlbk-Italic.afm NewCenturySchlbk-Roman.afm \
  81. Palatino-Bold.afm Palatino-BoldItalic.afm Palatino-Italic.afm \
  82. Palatino-Roman.afm Symbol.afm Times-Bold.afm Times-BoldItalic.afm \
  83. Times-Italic.afm Times-Roman.afm ZapfChancery-MediumItalic.afm \
  84. ZapfDingbats.afm
  85. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  86. CONFIG_HEADER = ../config.h
  87. DATA = $(pkgdata_DATA)
  88.  
  89. DIST_COMMON = ChangeLog Makefile.am Makefile.in
  90.  
  91.  
  92. PACKAGE = @PACKAGE@
  93. VERSION = @VERSION@
  94.  
  95. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  96.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  97. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  98.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  99.  
  100. TAR = tar
  101. default: all
  102.  
  103.  
  104. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
  105.     cd $(top_srcdir) && automake $(subdir)/Makefile
  106.  
  107. Makefile: $(top_builddir)/config.status Makefile.in
  108.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  109.  
  110. install-pkgdataDATA: $(pkgdata_DATA)
  111.     $(mkinstalldirs) $(pkgdatadir)
  112.     list="$(pkgdata_DATA)"; for p in $$list; do \
  113.       if test -f $(srcdir)/$$p; then \
  114.         $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p; \
  115.       else if test -f $$p; then \
  116.         $(INSTALL_DATA) $$p $(pkgdatadir)/$$p; \
  117.       fi; fi; \
  118.     done
  119.  
  120. uninstall-pkgdataDATA:
  121.     list="$(pkgdata_DATA)"; for p in $$list; do \
  122.       rm -f $(pkgdatadir)/$$p; \
  123.     done
  124. tags: TAGS
  125. TAGS:
  126.  
  127.  
  128. subdir = afm
  129. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  130. distdir: $(DEP_DISTFILES)
  131.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  132.       test -f $(distdir)/$$file \
  133.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  134.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  135.     done
  136. info:
  137.  
  138. dvi:
  139.  
  140. check: all
  141.  
  142. installcheck:
  143.  
  144. install-exec: 
  145.  
  146. install-data: install-pkgdataDATA
  147.  
  148. install: install-exec install-data all
  149.     @:
  150.  
  151. uninstall: uninstall-pkgdataDATA
  152.  
  153. all: $(DATA) Makefile
  154.  
  155. install-strip:
  156.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  157. installdirs:
  158.     $(mkinstalldirs)  $(pkgdatadir)
  159.  
  160.  
  161. mostlyclean-generic:
  162.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  163.  
  164. clean-generic:
  165.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  166.  
  167. distclean-generic:
  168.     rm -f Makefile $(DISTCLEANFILES)
  169.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  170.  
  171. maintainer-clean-generic:
  172.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  173.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  174. mostlyclean:  mostlyclean-generic
  175.  
  176. clean:  clean-generic mostlyclean 
  177.  
  178. distclean:  distclean-generic clean 
  179.     rm -f config.status
  180.  
  181. maintainer-clean:  maintainer-clean-generic distclean 
  182.     @echo "This command is intended for maintainers to use;"
  183.     @echo "it deletes files that may require special tools to rebuild."
  184.  
  185. .PHONY: default uninstall-pkgdataDATA install-pkgdataDATA tags distdir \
  186. info dvi check installcheck install-exec install-data install uninstall \
  187. all installdirs mostlyclean-generic distclean-generic clean-generic \
  188. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  189.  
  190. .SUFFIXES:
  191.  
  192. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  193. # Otherwise a system limit (for SysV at least) may be exceeded.
  194. .NOEXPORT:
  195.